home *** CD-ROM | disk | FTP | other *** search
/ Aminet 35 / Aminet 35 (2000)(Schatztruhe)[!][Feb 2000].iso / Aminet / dev / mui / MCC_TipOfDay.readme < prev    next >
Encoding:
Text File  |  2000-01-02  |  6.3 KB  |  165 lines

  1. Short:    V15.6 - 'Tip of the day' class (MUI)
  2. Author:   Marcin Orlowski <carlos@amiga.com.pl>
  3. Uploader: Marcin Orlowski <carlos@amiga.com.pl>
  4. Version:  15.6
  5. Type:     dev/mui
  6. Replaces: dev/mui/MCC_TipOfDay.*
  7. Www:      http://amiga.com.pl/mcc/
  8. Source:   dev/mui/MCC_TipOfDay_S.lha
  9.  
  10.  
  11.   Short
  12.   -----------------------------------
  13.  
  14.   Many programs on other operating systems often offer so called
  15.   "Tip of the day" stickers.  It's mostly small window opened on
  16.   program startup, showing valuable (more or less) information about
  17.   the program, some useful information, keyboard shortcuts or just
  18.   neat tips or quick how-to solutions...
  19.  
  20.   I think, that from the user's point of view it's good idea to have
  21.   such feature, especially Tips can be turned off if you felt bored.
  22.   As you probably guessed, this class is supposed to handle such
  23.   tips for your MUI based application almost in fully automatic manner
  24.   (you just need to add 3 lines of code to have fully functional Tip
  25.   Of The Day implemented!  See the enclosed demonstration for more
  26.   details.
  27.  
  28.   You like the class?  Feel free to use it in your programs.
  29.  
  30.   Tip Of The Day class is freeware software, but it's copyrighted
  31.   © 1999 by Marcin Orlowski <carlos@amiga.com.pl>
  32.  
  33.  
  34.   Source code:
  35.   -----------------------------------
  36.  
  37.   The complete source tree of TipOfTheDay is now available.  See
  38.   the source.readme file for details about using them.
  39.  
  40.  
  41.  
  42.   Software using this class:
  43.   -----------------------------------
  44.  
  45.   Let me know about your!
  46.  
  47.  
  48.  
  49.   History
  50.   -----------------------------------
  51.  
  52.   15.0 (Tue Nov 09 19:20:22 1999)
  53.        - initial version
  54.  
  55.   15.1 (Thu Nov 11 23:02:00 1999)
  56.        - now using installer script by Robert Reiswig
  57.          <vgr@best.com>
  58.        - made Tipboard.mcc more bullet-proof, to better
  59.          handle various errors (e.g.  "no tips file")
  60.  
  61.   15.2 (Fri Nov 12 21:32:28 1999)
  62.        - added localized tips support
  63.        - attempt to replace previous, ugly bulb image
  64.        - localized Tipwindow.mcc
  65.  
  66.   15.3 (Sat Nov 13 23:42:49 1999)
  67.        - fixed underscore being improperly handled in
  68.          checkmark label (Oleg Sergeev)
  69.        - added MUIV_Tip_Show_Random support
  70.        - added bubble help to the Tipwindow.mcc objects
  71.        - cleared typos in autodocs (a little bit ;-)
  72.  
  73.   15.4 (Wed Nov 24 22:47:28 1999)
  74.        - added forgotten bubble help to the checkmark
  75.        - expanded tip file pathes with two new entries:
  76.          "PROGDIR:Tips/english/%s" and "PROGDIR:Tips/%s",
  77.        - added QUIET switch to the tip_converter
  78.        - source code released
  79.        - português-brasil translation by Daniel Mealha
  80.          Cabrita <dancab@iname.com>
  81.        - russian translation by Andrew Boyarintsev
  82.          <ntrs@redline.ru> and Oleg Sergeev
  83.          <bigblack@mail.lanck.net>
  84.        - slovenian translation by Damir Arh
  85.          <damir.arh@guest.arnes.si>
  86.  
  87.    15.5 (Sat Nov 27 15:08:39 1999)
  88.        - fixed catalog handling bug, causing some strings
  89.          to remain in english. Might also cause hits or so
  90.          (Damir Arh)
  91.        - tip_converter version is now equal classes'
  92.          version
  93.        - slovenian translation is here for sure now
  94.  
  95.    15.6 (Mon Dec 20 21:32:40 1999)
  96.        - this is minior update. no code change, just
  97.          new translations.
  98.        - updated slovenian translation by Damir Arh
  99.          <damir.arh@guest.arnes.si>
  100.        - deutsch translation by Andreas Kuerzinger
  101.          <akuerzin@HTWM.De>
  102.        - italian translation by Andrea Monni
  103.          <andrea.monni@tiscalinet.it> and Francesco Leoni
  104.          <zitzu@tiscalinet.it>
  105.        - swedish translation and tips by Thomas Nordh
  106.          <thomas.nordh@swipnet.se>
  107.        - forgotten source tip file is now included
  108.  
  109.  
  110.  
  111.  
  112.         ___  ___  ___    ________    ___  ___  ___    ___  ___
  113.        /   \/   \/   \  /        \  /   \/   \/   \  /   \/   \
  114.       /    /    /    / /         / /    /    /    / /    /    /
  115.      /    /    /    / /    _____/ /    /    /    / /    /    /
  116.     /    /    /    / /        \  /    /    /    / /         /
  117.    /    /    /    / /         / /    /    /    / /         /
  118.   /    /    /    / /    _____/ /    /    /    / /    /    /
  119.  /    /    /    / /    /      /    /    /    / /    /    /
  120.  \___/\___/\___/ /    /       \___/\___/\___/  \___/\___/
  121.                 /    /
  122.                 \___/                    W.F.M.H. on-line
  123.                                        http://wfmh.org.pl
  124.  
  125.              Amiga software: http://amiga.com.pl/
  126.  
  127.  
  128.  $Id: MCC_TipOfDay.readme,v 1.8 1999/11/27 17:26:14 carlos Exp $
  129.  
  130.  
  131. ============================= Archive contents =============================
  132.  
  133. Original  Packed Ratio    Date     Time    Name
  134. -------- ------- ----- --------- --------  -------------
  135.     1188     738 37.8% 11-Nov-99 19:47:24  MCC_TipOfDay.info
  136.    11576    7365 36.3% 02-May-96 09:55:08 +WrapGuide
  137.      748     443 40.7% 20-Dec-99 21:41:24 +tipwindow.catalog
  138.     1692     969 42.7% 20-Dec-99 21:42:52 +example_tips.text
  139.      868     473 45.5% 20-Dec-99 21:41:24 +tipwindow.catalog
  140.      912     533 41.5% 20-Dec-99 21:41:24 +tipwindow.catalog
  141.      750     468 37.6% 20-Dec-99 21:41:22 +tipwindow.catalog
  142.      752     488 35.1% 20-Dec-99 21:41:22 +tipwindow.catalog
  143.      798     480 39.8% 20-Dec-99 21:41:24 +tipwindow.catalog
  144.      756     450 40.4% 20-Dec-99 21:41:26 +tipwindow.catalog
  145.      906     474 47.6% 20-Dec-99 21:42:48 +tipwindow.cd
  146.     1192     664 44.2% 11-Nov-99 19:47:24 +Demos.info
  147.     9488    6074 35.9% 20-Dec-99 21:42:52 +tip_demo
  148.     1654     900 45.5% 14-Jul-99 16:42:16 +Tip_Demo.info
  149.     1644     967 41.1% 20-Dec-99 21:42:52 +tipoftheday.tips
  150.     6557    2767 57.8% 20-Dec-99 21:42:48 +MCC_Tipwindow.doc
  151.     1692     969 42.7% 20-Dec-99 21:42:50 +example_tips.text
  152.     9915    2913 70.6% 20-Dec-99 21:42:50 +tip_converter.c
  153.      233     120 48.4% 20-Dec-99 21:42:50 +tip_converter_revision.h
  154.     3409    1277 62.5% 20-Dec-99 21:42:50 +tip_demo.c
  155.     1217     515 57.6% 20-Dec-99 21:42:48 +tipwindow_mcc.h
  156.     6589    1955 70.3% 11-Nov-99 19:45:50 +Install
  157.     2386    1436 39.8% 11-Nov-99 19:47:24 +Install.info
  158.     6848    3825 44.1% 20-Dec-99 21:42:48 +tipboard.mcc
  159.     7920    4268 46.1% 20-Dec-99 21:42:48 +tipwindow.mcc
  160.     4538    1903 58.0% 20-Dec-99 21:42:52 +MCC_TipOfDay.readme
  161.     1391     687 50.6% 11-Nov-99 19:47:24 +MCC_TipOfDay.readme.info
  162.    11192    7105 36.5% 20-Dec-99 21:42:52 +tip_converter
  163. -------- ------- ----- --------- --------
  164.    98811   51226 48.1% 21-Dec-99 19:28:28   28 files
  165.